home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 26
/
PC Gamer IT CD 26 2-2.iso
/
GOLFPRO
/
COURSE04
/
GENERAL
/
HOLE01.CIF
< prev
next >
Wrap
Text File
|
1997-08-28
|
3KB
|
84 lines
//
// HOLE01.CIF : information required for commentary
// This provides the info required to fill one PW_PerHoleGeneral and four
// PW_PerTeePerHole structures, as defined in CONTROL\H\PETEWALT.H
//
// St. Mellion Hole 1
//
PW_PerHoleGeneral =
{
{
1, //hole_number
//Fairway
2, //fw_width (-3 = very narrow, 0 = average or n/a, +3 = very wide)
0, //fw_side_slope (-3 = steep left, 0 = flat, +3 = steep right)
-2 //fw_forward_slope (-3 = steep downhill, 0 = flat, +3 = steep uphill)
//Green
-1, //grn_size (-3 = very small, +3 = very large)
-100, //grn_evenness (0 = flat, 3 = very uneven)
1, //grn_slope front/back/left/right/undulating/two tiered/three tiered
//Pin_placement
0, //pin_position front/back of green (iff "near tee")
//Bunkers
1, //number_bunkers quantity (0 = none, 3 = lots)
0, //traps_position Traps surrounding/in front/to left/right of green (near tee)
-100, //traps_fairway Placement of bunkers (middle/left/right of fairway, on tee)
//Other_features
0 //attractiveness
}
{ //WOMENS tee
//General
338, //hole_length in yards
4, //hole_par par of hole
//Length
9, //length_index; (1 = shortest, 18 = longest)
//Difficulty
2, //stroke_Index;
//Other_features
-100, //dist_to_carry (player must hit a minimum distance to get over it)
-100, //type_of_carry to clear hazard
-100 //dog_leg; left/right (angle of bend?)
},
{ //MENS tee
//General
380, //hole_length in yards
4, //hole_par par of hole
//Length
10, //length_index; (1 = shortest, 18 = longest)
//Difficulty
2, //stroke_Index;
//Other_features
-100, //dist_to_carry (player must hit a minimum distance to get over it)
-100, //type_of_carry to clear hazard
-100 //dog_leg; left/right (angle of bend?)
},
{ //MEDAL tee
//General
400, //hole_length in yards
4, //hole_par par of hole
//Length
9, //length_index; (1 = shortest, 18 = longest)
//Difficulty
2, //stroke_Index;
//Other_features
-100, //dist_to_carry (player must hit a minimum distance to get over it)
-100, //type_of_carry to clear hazard
-100 //dog_leg; left/right (angle of bend?)
},
{ //CHAMP tee
//General
400, //hole_length in yards
4, //hole_par par of hole
//Length
9, //length_index; (1 = shortest, 18 = longest)
//Difficulty
7, //stroke_Index;
//Other_features
-100, //dist_to_carry (player must hit a minimum distance to get over it)
-100, //type_of_carry to clear hazard
-100 //dog_leg; left/right (angle of bend?)
}
};